Goto

Collaborating Authors

 internal force


Admittance Control-based Floating Base Reaction Mitigation for Limbed Climbing Robots

arXiv.org Artificial Intelligence

Reaction force-aware control is essential for legged climbing robots to ensure a safer and more stable operation. This becomes particularly crucial when navigating steep terrain or operating in microgravity environments, where excessive reaction forces may result in the loss of foot contact with the ground, leading to potential falls or floating over in microgravity. Furthermore, such robots are often tasked with manipulation activities, exposing them to external forces in addition to those generated during locomotion. To effectively handle such disturbances while maintaining precise motion trajectory tracking, we propose a novel control scheme based on position-based impedance control, also known as admittance control. We validated this control method through simulation-based case studies by intentionally introducing continuous and impact interference forces to simulate scenarios such as object manipulation or obstacle collisions. The results demonstrated a significant reduction in both the reaction force and joint torque when employing the proposed method.


On the Existence of Static Equilibria of a Cable-Suspended Load with Non-stopping Flying Carriers

arXiv.org Artificial Intelligence

This work answers positively the question whether non-stop flights are possible for maintaining constant the pose of cable-suspended objects. Such a counterintuitive answer paves the way for a paradigm shift where energetically efficient fixed-wing flying carriers can replace the inefficient multirotor carriers that have been used so far in precise cooperative cable-suspended aerial manipulation. First, we show that one or two flying carriers alone cannot perform non-stop flights while maintaining a constant pose of the suspended object. Instead, we prove that three flying carriers can achieve this task provided that the orientation of the load at the equilibrium is such that the components of the cable forces that balance the external force (typically gravity) do not belong to the plane of the cable anchoring points on the load. Numerical tests are presented in support of the analytical results.


Contact Models in Robotics: a Comparative Analysis

arXiv.org Artificial Intelligence

Physics simulation is ubiquitous in robotics. Whether in model-based approaches (e.g., trajectory optimization), or model-free algorithms (e.g., reinforcement learning), physics simulators are a central component of modern control pipelines in robotics. Over the past decades, several robotic simulators have been developed, each with dedicated contact modeling assumptions and algorithmic solutions. In this article, we survey the main contact models and the associated numerical methods commonly used in robotics for simulating advanced robot motions involving contact interactions. In particular, we recall the physical laws underlying contacts and friction (i.e., Signorini condition, Coulomb's law, and the maximum dissipation principle), and how they are transcribed in current simulators. For each physics engine, we expose their inherent physical relaxations along with their limitations due to the numerical techniques employed. Based on our study, we propose theoretically grounded quantitative criteria on which we build benchmarks assessing both the physical and computational aspects of simulation. We support our work with an open-source and efficient C++ implementation of the existing algorithmic variations. Our results demonstrate that some approximations or algorithms commonly used in robotics can severely widen the reality gap and impact target applications. We hope this work will help motivate the development of new contact models, contact solvers, and robotic simulators in general, at the root of recent progress in motion generation in robotics.


Time-Optimal Path Tracking for Cooperative Manipulators: A Convex Optimization Approach

arXiv.org Artificial Intelligence

This paper studies the time-optimal path tracking problem for a team of cooperating robotic manipulators carrying an object. Considering the problem for rigidly grasped objects, we show that it can be cast as a convex optimization problem and solved efficiently with a guarantee of optimality. When formulating the problem, we avoid using a particular wrench distribution and exploit the full actuation available to the system. Then, we consider the problem for grasps using frictional forces and show that this problem also, under a force-closure grasp assumption, can be formulated as a convex optimization problem and solved efficiently and to optimality. To ensure a firm grasp, internal forces have been taken into account in this approach.


Learning Arm-Assisted Fall Damage Reduction and Recovery for Legged Mobile Manipulators

arXiv.org Artificial Intelligence

Adaptive falling and recovery skills greatly extend the applicability of robot deployments. In the case of legged mobile manipulators, the robot arm could adaptively stop the fall and assist the recovery. Prior works on falling and recovery strategies for legged mobile manipulators usually rely on assumptions such as inelastic collisions and falling in defined directions to enable real-time computation. This paper presents a learning-based approach to reducing fall damage and recovery. An asymmetric actor-critic training structure is used to train a time-invariant policy with time-varying reward functions. In simulated experiments, the policy recovers from 98.9\% of initial falling configurations. It reduces base contact impulse, peak joint internal forces, and base acceleration during the fall compared to the baseline methods. The trained control policy is deployed and extensively tested on the ALMA robot hardware. A video summarizing the proposed method and the hardware tests is available at https://youtu.be/avwg2HqGi8s.


Cooperative Manipulation via Internal Force Regulation: A Rigidity Theory Perspective

arXiv.org Artificial Intelligence

This paper considers the integration of rigid cooperative manipulation with rigidity theory. Motivated by rigid models of cooperative manipulation systems, i.e., where the grasping contacts are rigid, we introduce first the notion of bearing and distance rigidity for graph frameworks in SE(3). Next, we associate the nodes of these frameworks to the robotic agents of rigid cooperative manipulation schemes and we express the object-agent interaction forces by using the graph rigidity matrix, which encodes the infinitesimal rigid body motions of the system. Moreover, we show that the associated cooperative manipulation grasp matrix is related to the rigidity matrix via a range-nullspace relation, based on which we provide novel results on the relation between the arising interaction and internal forces and consequently on the energy-optimal force distribution on a cooperative manipulation system. Finally, simulation results on a realistic environment enhance the validity of the theoretical findings.


An intro to Kalman Filters for Autonomous Vehicles – Towards Data Science

#artificialintelligence

I have recently completed my Udacity Term2 of Self Driving Car Nanodegree Program and would like to share my views on one of the interesting and cool topic that i came across with'Kalman Filter' . Hope this blog gives you a clear understanding of what it is . An autonomous vehicle consists of various device through which it collects data and perform an action . Following image show the location of few of the important components used in the vehicle. Data used by the Kalman filter comes from LIDAR and RADAR . So for now will only focus on these two deivces.